<!-- wp:html -->
<!-- 
Please read:
https://github.com/vpelss/Emogics_Tarot_Script_WP/blob/master/README.md#email-readings
-->
<!-- /wp:html -->

<!-- wp:html -->
<!-- just_say_yes_to_email -->
<!-- the line above is required to send this reading in email  -->
<!-- /wp:html -->

<!-- wp:html -->
<style>

/* this block is here so it is easier for me to distribute my css to your wordpress installation.
This is not good practice. You should create a new Page Template and add your CCS there. */

BODY {
  color: yellow;
  background-color: black;
}

a , a:visited{
  color: yellow;
}

</style>
<!-- /wp:html -->

<!-- wp:html -->
<a name="top"></a>
<!-- /wp:html -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">[ETSWP_get_input name='ETSWP_first_name'], your question is: [ETSWP_get_input name='ETSWP_question']</p>
<!-- /wp:paragraph -->

<!-- wp:table {"hasFixedLayout":true,"style":{"border":{"width":"0px","style":"none"}}} -->
<figure class="wp-block-table"><table class="has-fixed-layout" style="border-style:none;border-width:0px"><tbody><tr><td class="has-text-align-center" data-align="center">Past<br><a href="#PastLink"><img class="wp-image-25" style="width: 50px;" src="[ETSWP_pluginpath]/images/backsmall.jpg" alt=""></a></td><td class="has-text-align-center" data-align="center">Present<br><a href="#PresentLink"><img class="wp-image-25" style="width: 50px;" src="[ETSWP_pluginpath]/images/backsmall.jpg" alt=""></a></td><td class="has-text-align-center" data-align="center">Future<br><a href="#FutureLink"><img class="wp-image-25" style="width: 50px;" src="[ETSWP_pluginpath]/images/backsmall.jpg" alt=""></a></td></tr></tbody></table></figure>
<!-- /wp:table -->

<!-- wp:html -->
<a name="PastLink"></a>
<!-- /wp:html -->

<!-- wp:group {"style":{"border":{"width":"1px","radius":"5px"}},"layout":{"type":"constrained"}} -->
<div id="Past" class="wp-block-group" style="border-width:1px;border-radius:5px"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Past</p>
<!-- /wp:paragraph -->

<!-- wp:image {"align":"center","sizeSlug":"large"} -->
<figure class="wp-block-image aligncenter size-large"><img src="[ETSWP_pluginpath][ETSWP_get_db_item item='1' column='itemimage']" alt="Past"/><figcaption class="wp-element-caption">[ETSWP_get_db_item item='1' column='itemname']</figcaption></figure>
<!-- /wp:image -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">[ETSWP_get_db_item item='1' column='itemblurb']</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><a href="#top">Top ^</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:html -->
<a name="PresentLink"></a>
<!-- /wp:html -->

<!-- wp:group {"style":{"border":{"radius":"5px","width":"1px"}},"layout":{"type":"constrained"}} -->
<div id="Present" class="wp-block-group" style="border-width:1px;border-radius:5px"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Present</p>
<!-- /wp:paragraph -->

<!-- wp:image {"align":"center","sizeSlug":"large"} -->
<figure class="wp-block-image aligncenter size-large"><img src="[ETSWP_pluginpath][ETSWP_get_db_item item='2' column='itemimage']" alt="Present"/><figcaption class="wp-element-caption">[ETSWP_get_db_item item='2' column='itemname']</figcaption></figure>
<!-- /wp:image -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">[ETSWP_get_db_item item='2' column='itemblurb']</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><a href="#top">Top ^</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:html -->
<a name="FutureLink"></a>
<!-- /wp:html -->

<!-- wp:group {"style":{"border":{"width":"1px","radius":"5px"}},"layout":{"type":"constrained"},"metadata":{"name":""}} -->
<div id="Future" class="wp-block-group" style="border-width:1px;border-radius:5px"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Future</p>
<!-- /wp:paragraph -->

<!-- wp:image {"align":"center","sizeSlug":"large"} -->
<figure class="wp-block-image aligncenter size-large"><img src="[ETSWP_pluginpath][ETSWP_get_db_item item='3' column='itemimage']" alt="Future"/><figcaption class="wp-element-caption">[ETSWP_get_db_item item='3' column='itemname']</figcaption></figure>
<!-- /wp:image -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">[ETSWP_get_db_item item='3' column='itemblurb']</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><a href="#top">Top ^</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->